Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications
delete-cookie
This function deletes a persistent state cookie. This functions uses the
Location:set-cookiefunction to create a blank cookie with the same name, path, and an already expired date. This is only useful if the user’s Web browser supports persistent state cookies and has cookies enabled.web\method\cookies.iParameters:INPUT p_name AS CHARACTERThe name of the cookie to delete.
INPUT p_path AS CHARACTERThe URL path to which the cookie should apply. If the Unknown value (
?) is specified, the value of theDefaultCookiePathconfiguration option is used. If not set, the value of theAppURLglobal variable is used.INPUT p_domain AS CHARACTERThe domain to which the cookie should apply. If the Unknown value (
Returns: CHARACTER Notes:?)is specified, the value of theDefaultCookieDomainconfiguration option is used. If not set, the domain option is not set on the cookie and the current hostname of the Web server is used by the Web browser.See also:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |